home *** CD-ROM | disk | FTP | other *** search
/ The Best Shareware of the Year 1997 Winter / The Best Shareware of the Year 1997 Winter.iso / library / 1995 / 1295 / 12prog01.gif < prev    next >
Graphics Interchange Format  |  1995-11-22  |  9.7 KB  |  448x791  |  4-bit (3 colors)
   ocr: You'll Flip over DirectDraw Here's howt to get readyto use DirectDraw. #include Kddraw.h) LPDIRECTDRAW 1pDD; LPDIRECTDRAWSURFACE pDDSFrimary: LEDIRECIDRAWSURFACE 1pDDSBack; ddrval = DirectDrawCreatel NULL, &1pDD, NULL ): if( ddrval - DD_OK ) ( 11 Get exclusive mode ddrval = 1pDD-7SetCooperativelevel( hwnd, DDSCL_EXCLUSIVE I DDSCL_FULLSCREENT ); if(ddrval = DD_OK ) ( 11 Create the primary surface with 1 back buffer ddsd.dwSize = sizeofl ddsd ): ddsd.dwilags = DDSD_CAPS I DDSD_ BACKBUFFERCOUNT; ddsd.ddsCaps.dwCaps = DDSCAPS_PRIMARYSURFACE I DDSCAPS_FLIP I DDSCAPS_COMPLEX: - ddsd.dwBackBufferCoun ...